Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: replace winapi with windows-sys #32

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

ekse
Copy link
Contributor

@ekse ekse commented Mar 31, 2024

This pull request replaces winapi with the windows-sys crate as winapi is abandonned (see Devolutions/sspi-rs#174). I went with windows-sys as its a more direct translation from winapi, some calls would be more idiomatic with windows but it would need a lot more work to convert the existing code.

I tested that the foobar example service still works correctly.

I also updated log4rs to 1.3, with the current version cargo warns that one of its dependency traitobject contains code that will be rejected in a future version of the Rust compiler.

Copy link
Member

@CBenoit CBenoit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

@CBenoit CBenoit merged commit e1e8c4e into Devolutions:master Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants